home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Text / WASTE / WASTE 1.1.2 Distribution / Read Me < prev    next >
Encoding:
Text File  |  1995-10-12  |  4.2 KB  |  100 lines  |  [TEXT/OEDE]

  1.  
  2. Quick Intro
  3.  
  4. WASTE is a text editing library for Macintosh programmers.
  5. Designed to be a viable replacement for TextEdit, WASTE offers several enhancements, the major one being the ability to handle text files larger than 32K.
  6. Like TextEdit, WASTE handles multi-styled text and relies on the services offered by the Script Manager for drawing, measuring and hit-testing the text and for finding word and line breaks.  The built-in support for inline input makes WASTE fully WorldScript II-compliant (on the other hand, bidirectional scripts, like Arabic, are not supported).
  7. For the latest news about WASTE, look up this web page:
  8.  
  9.     <URL:http://cirrus.sprl.umich.edu/waste>
  10.  
  11. For the latest updates, contact the official WASTE ftp site, which is currently:
  12.  
  13.     <URL:ftp://ftp.dsi.unimi.it/DSI/piovanel/waste/>
  14.  
  15. This document is provided mainly to give you an opportunity to play with the WASTE Demo application; the real documentation is in a separate file in Acrobat format.
  16. The pascal sources for WASTE and for a demo application can be compiled with any of the following compilers (and possibly others as well):
  17.  
  18. • THINK Pascal 4.0.x
  19. • Metrowerks Pascal 68K
  20. • Metrowerks Pascal PPC
  21.  
  22. The sources are based on the latest Universal Pascal Interfaces from Apple (version 2.1), which don’t support the old glorious THINK compiler, but I have included modified UPIs that work with THINK Pascal.
  23.  
  24.  
  25. Changes from version 1.1
  26.  
  27. • Upgraded to CW7 and to version 2.1 of the Universal Pascal Interfaces.
  28. • Fixed a bug in the WASTE Demo that would cause a crash on pre-7.1 system software.
  29. • Fixed a minor scrolling problem (thanks to Nigel Stanger).
  30. • Updated some URLs.
  31. • Made some slight changes to the header/interface files.
  32. • The documentation is now in Acrobat™ format.
  33.  
  34.  
  35. Changes from version 1.0
  36.  
  37. There are many significant changes from version 1.0, including:
  38.  
  39. • Embedded objects.  WASTE 1.1 lets you embed pictures and other objects in the text as if they were ordinary glyphs.
  40. • Built-in support for the Drag Manager.
  41. • Built-in undo.
  42. • Low-level hooks for drawing and measuring text.  Although these hooks are still undocumented, the WASTE Demo application contains sample code showing how these hooks can be used to implement real tabs.
  43.  
  44.  
  45. CWASTE and the CWASTEText Classes
  46.  
  47. Dan Crevier (<URL:mailto:dan@rhino.harvard.edu>) wrote CWASTE, a straight port of WASTE to C and the CWASTEText Classes, a set of wrapper C++ classes for WASTE, to be used in conjunction with the THINK Class Library (version 2.0.3 or newer).  Both items are available from:
  48.  
  49.     <URL:ftp://rhino.harvard.edu/pub/dan/WASTE/>
  50.  
  51. CWASTE includes some enhancements contributed by other developers not found in the current Pascal version.
  52.  
  53.  
  54. WASTE Mailing List
  55.  
  56. A simple, informal mailing list has been set up to keep in touch developers working with/on WASTE.  To join the list, send a request to:
  57.  
  58.     <URL:mailto:waste-request@umich.edu>
  59.  
  60. To post a message to the list, send it to:
  61.  
  62.     <URL:mailto:waste@umich.edu>
  63.  
  64. Finally, to list the members of the mailing list, finger the above address.
  65.  
  66.  
  67. WASTE Web Page
  68.  
  69. There is also a WWW page dedicated to WASTE, kindly maintained by Alan Steremberg (<URL:mailto:alans@umich.edu>) and Dan Crevier:
  70.  
  71.     <URL:http://cirrus.sprl.umich.edu/waste>
  72.  
  73.  
  74. Internet Config
  75.  
  76. The WASTE Demo supports command clicking of URLs using Internet Config 1.1, which you can download from:
  77.  
  78. <URL:ftp://redback.cs.uwa.edu.au//Others/Quinn/Config/InternetConfig1.1.sit>
  79.  
  80. The WASTE Demo folder contains a minimal set of files stolen from the Internet Config Programmer’s Kit, needed to build the projects.
  81. The full kit is available from:
  82.  
  83. <URL:ftp://redback.cs.uwa.edu.au//Others/Quinn/Config/ICProgKit1.1.sit>
  84.  
  85.  
  86. A Word about the WorldScript™ II Extension
  87.  
  88. There seems to be a bug in the WorldScript™ Power Adapter that causes GetScriptManagerVariable(smDoubleByte) to always return 0 when called from PowerPC code, even if a double-byte system is installed.  WASTE may work incorrectly because of this bug.
  89. I think the WorldScript™ II extension that comes with the WorldScript Update 7.5.1 v1.0 package fixes this bug and, being fat, it should also make the Power Adapter obsolete.
  90.  
  91.  
  92. Author’s Address
  93.  
  94. My address is:
  95.  
  96. Marco Piovanelli
  97. Mail: 26, via del Sebino — I-25126 Brescia — Italy
  98. E-mail: <URL:mailto:piovanel@dsi.unimi.it>
  99.  
  100. Comments and suggestions are welcome.